ComArrayBase Constructor(ComObject[])
In This Topic
Initializes a new instance of the
ComArrayBase class.
Syntax
'Declaration
Public Function New( _
ByVal ParamArray () As ComObject _
)
public ComArrayBase(
params ComObject[]
)
Parameters
- array
- The array.
See Also